home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bld23.zip / BREMVE87.BAT < prev    next >
DOS Batch File  |  1995-06-17  |  2KB  |  50 lines

  1. @Echo Off
  2. Cls
  3. Echo Aeolus Software          BUILDER Clipper (tm) Code Generator
  4. Echo                          Version 2.3
  5. Echo .
  6. Echo Builder Un-Install:
  7. Echo .
  8. Echo This is the Un-Install for the Summer '87 Version of Clipper.  If you
  9. Echo do not want to Un-Install this version, press Ctrl+Break now.
  10. Echo .
  11. Echo If your Summer '87 version of Clipper is located in the subdirectory
  12. Echo \CLIPPER on the current default drive press a key to proceed.
  13. Echo .
  14. Echo If your Summer '87 version of Clipper is located in a subdirectory other
  15. Echo than \CLIPPER, press Ctrl+Break and from the DOS prompt type:
  16. Echo    "BREMVE87 \CLIPDIR\"
  17. Echo Without the quotes of course.  Where "CLIPDIR" is the name of the sub-
  18. Echo directory where CLIPPER.LIB and CLIPPER.EXE are located.  Be sure to
  19. Echo include the trailing backslash!
  20. Echo .
  21. Pause
  22. Cls
  23. Echo Un-Installing Builder Version 2.3 ...
  24. If %1!==! Set BDIR=\CLIPPER\
  25. If Not %1!==! Set BDIR=%1
  26. If Not Exist %BDIR%CLIPPER.EXE Goto Err
  27. If Exist %BDIR%Builder.Exe Del %BDIR%Builder.Exe
  28. If Exist %BDIR%Breport.Exe Del %BDIR%Breport.Exe
  29. If Exist %BDIR%Builder.Lib Del %BDIR%Builder.Lib
  30. If Exist %BDIR%BldrAsm.Lib Del %BDIR%BldrAsm.Lib
  31. If Exist %BDIR%BdlrHelp.Dbf Del %BDIR%BdlrHelp.Dbf
  32. If Exist %BDIR%BldrHelp.Dbt Del %BDIR%BldrHelp.Dbt
  33. Echo .
  34. Echo Un-Install Complete.
  35. Echo .
  36. Echo Thank you for trying the Aeolus Builder/Breport product.  If there are
  37. Echo any questions you have about this product before you choose to discard
  38. Echo it completely, Please call Aeolus @ (612) 730-4135 or contact us via
  39. Echo CompuServe CIS #76270,2436.
  40. Echo .
  41. Echo Before Discarding this Program out of Exasperation, Call for Support!
  42. Echo Unregistered Users Receive 5 FREE Support Calls!!
  43. Goto Out
  44. :Err
  45. Cls
  46. Echo ERROR:  The Subdirectory %BDIR% Does Not Contain the File CLIPPER.EXE
  47. Echo         Installation of Builder CANNOT be Performed.
  48. :Out
  49. Set BDIR=
  50.